docs: fix typo
authorClaudio Saavedra <csaavedra@igalia.com>
Tue, 21 Apr 2020 11:49:13 +0000 (14:49 +0300)
committerClaudio Saavedra <csaavedra@igalia.com>
Tue, 21 Apr 2020 11:49:13 +0000 (14:49 +0300)
docs/reference/gtk/migrating-3to4.xml

index f1f8455b1977f485c42f5b00feb60baf61907258..67290812e11692314b223ea91454e00eb8b4d0f1 100644 (file)
         Any APIs that deal with global (or root) coordinates have been
         removed in GTK4, since not all backends support them. You should
         replace your use of such APIs with surface-relative equivalents.
-        Examples of this are gdk_surfae_get_origin(), gdk_surface_move()
+        Examples of this are gdk_surface_get_origin(), gdk_surface_move()
         or gdk_event_get_root_coords().
       </para>
     </section>